home *** CD-ROM | disk | FTP | other *** search
- on NaviC
- if rollOver(21) then
- set the castNum of sprite 21 to 44
- set the castNum of sprite 22 to 47
- set the castNum of sprite 23 to 45
- exit
- end if
- set the castNum of sprite 21 to 43
- if rollOver(22) then
- set the castNum of sprite 22 to 48
- set the castNum of sprite 23 to 45
- exit
- end if
- set the castNum of sprite 22 to 47
- if rollOver(23) then
- set the castNum of sprite 23 to 46
- exit
- end if
- set the castNum of sprite 23 to 45
- end
-